BindingName Property (TreeMap<T>)
In This Topic
Gets or sets the name of the property containing name of the data item. It is used to show name of the node.
Syntax
'Declaration
Public Property BindingName As String()
public string[] BindingName {get; set;}
See Also